<Code Lib>
2026 Constructor
Changes 5
C

ElementPhaseStatusFilter(ElementId, ICollection<ElementOnPhaseStatus>, Boolean)

Description:
Autodesk.Revit.DB.

public ElementPhaseStatusFilter(
	ElementId phaseId,
	ICollection<ElementOnPhaseStatus> phaseStatuses,
	bool inverted
)

  • phaseId
    Id of the phase.
  • phaseStatuses
    Target statuses.
  • Boolean
    inverted
    True to match all phase statuses other than the input statuses.

Loading…